home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000978_pete@lovelace.…ni-frankfurt.de_Thu Sep 22 17:02:18 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  2KB

  1. Received: from riese.informatik.uni-frankfurt.de (riese.thi.informatik.uni-frankfurt.de) by cs.umb.edu with SMTP id AA15069
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Thu, 22 Sep 1994 09:01:42 -0400
  3. Received: from lovelace.informatik.uni-frankfurt.de (lovelace.thi.informatik.uni-frankfurt.de) by riese.informatik.uni-frankfurt.de (4.1/THI-peleuck2.1)
  4.     id AA20199; Thu, 22 Sep 94 15:02:35 +0200
  5. Content-Transfer-Encoding: binary
  6. Content-Type: text/plain; charset=ISO-8859-1
  7. Received: by lovelace.informatik.uni-frankfurt.de (4.1/SMI-4.1)
  8.     id AA07932; Thu, 22 Sep 94 15:02:18 +0200
  9. Date: Thu, 22 Sep 94 15:02:18 +0200
  10. From: pete@lovelace.thi.informatik.uni-frankfurt.de (Peter Dyballa)
  11. Message-Id: <9409221302.AA07932@lovelace.informatik.uni-frankfurt.de>
  12. To: tex-k@cs.umb.edu
  13. Subject: Re:  dvipsk-5.58a
  14.  
  15.  
  16. > From kb@cs.umb.edu Thu Sep 22 13:51:10 1994
  17. > Date: Thu, 22 Sep 1994 07:01:50 -0400
  18. > From: "K. Berry" <kb@cs.umb.edu>
  19. > To: root@alma.uc.pt
  20. > Subject: Re:  dvips
  21. > Cc: tex-k@cs.umb.edu
  22. > As reported yesterday, remove the `= dvips_header_format' from 
  23. > kpathsea/tex-file.h (in the kpse_file_format_type enum).
  24. Sorry Karl, in my case this _still_ does not work!
  25.  
  26. I changed line #62 in kpathsea(2.0)/tex-file.h from
  27.  
  28.   kpse_last_format = kpse_dvips_header_format
  29.  
  30. to
  31.  
  32.   kpse_last_format,    /* = kpse_dvips_header_format*/
  33.  
  34. and with gcc 2.5.8, Solaris 1.1/SunOS 4.1.3 after re-compilation of kpathsea and dvipsk dvips still says:
  35.  
  36. kdebug:fopen(/usr/local/tex/lib/texmf.cnf, r) => 0x3961c
  37. kdebug:fclose(0x3961c) => 0
  38. kdebug:fopen(.../ls-R, r) => 0x3961c
  39. kdebug:fclose(0x3961c) => 0
  40. kdebug:fopen(.../dvips/config.ps, r) => 0x3961c
  41. kdebug:fclose(0x3961c) => 0
  42. kpathsea:warning: No mode value defined.
  43. kdebug:fopen(.../dvips/psfonts.map, r) => 0x3961c
  44. kdebug:fclose(0x3961c) => 0
  45. This is dvipsk 5.58a Copyright 1986, 1994 Radical Eye Software
  46. .../xdvik-18b/dvipsk/dvips: ! Couldn't find header file tex.pro
  47.  
  48. texmf.cnf shows to the correct directory which contains tex.pro. config.ps and psfonts.map were found!
  49.  
  50. Is the progress that, that we have to set one environment variable MAKETEX_MODE (kpathsea:warning: No mode value defined.) and another one pointing to psheaderdir?
  51.  
  52.  
  53. Pete